home *** CD-ROM | disk | FTP | other *** search
-
-
- #ifndef _QDUTILS_
- #define _QDUTILS_
-
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- #ifndef __FILES__
- #include <Files.h>
- #endif
-
- #ifndef __QUICKDRAW__
- #include <QuickDraw.h>
- #endif
-
- #ifndef __QDOFFSCREEN__
- #include <QDOffscreen.h>
- #endif
-
-
- /**\
- |**| ==============================================================================
- |**| PUBLIC FUNCTION PROTOTYPES
- |**| ==============================================================================
- \**/
- OSErr DoReadPICT ( FSSpec spec, PicHandle *pict ) ;
- OSErr DoWritePICT ( FSSpec spec, PicHandle pict, OSType creator ) ;
- QDErr NewSmallGWorld ( GWorldPtr *offscreen ) ;
- QDErr NewGWorldClear ( GWorldPtr *offscreen, short depth, const Rect *rect,
- CTabHandle cTable, GDHandle aGDevice, GWorldFlags flags ) ;
- OSErr DrawPicHandleUsingBottlenecks ( PicHandle pict, CQDProcs procs, CGrafPtr port ) ;
-
-
- #endif